home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-16 | 604 b | 32 lines | [TEXT/CCL2] |
- ;;; @load.lisp
- ;;;
- ;;; CONQUEST AI PROJECT
- ;;;
- ;;; Washington University Computer Science Department
- ;;; Copyright 1992 Paul McCartney. All Rights Reserved.
- ;;;
- ;;; AUTHOR:
- ;;;
- ;;; DESCRIPTION:
- ;;;
- ;;; USE:
- ;;;
-
- ;;;;
- ;;;; PACKAGE INFORMATION
- ;;;;
-
- (defpackage :rjk1
- (:use :common-lisp :ccl :conquest))
-
- (use-package '(:rjk1) :conquest)
-
- (def-logical-directory "rjk1" (mac-directory-namestring *loading-file-source-file*))
-
- (load-fasl "rjk1;player-class.lisp")
- (load-fasl "rjk1;select-country.lisp")
- (load-fasl "rjk1;place-armies.lisp")
- (load-fasl "rjk1;attack.lisp")
- (load-fasl "rjk1;fortify.lisp")
-
-